home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / UNSPLIT / text1075.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  2.1 KB  |  56 lines

  1. > > Since the local RAM on the AfterBurner card is so fast, why not put the
  2. > > screen there?
  3. > Yeah, why not? The same goes for Bad Mood.
  4.  
  5. Actually, Doug has already put what looks like that in there, copying to ST
  6. RAM via MOVE16. It's not certain that you would really gain anything from
  7. using that, though, since you need to write it all to ST RAM in any case.
  8.  
  9. > > Naturally, you'd also have to have a screen in the standard RAM or you would
  10. > > not be able to see it (;-), but with an extra copy you could do all screen
  11. > > reads from local RAM and then write to both standard RAM (uncached) and to
  12. > > the local.
  13. > So who long would the transfer take to standard ram?
  14.  
  15. The point is that you only write as much to standard RAM as you would have to
  16. in any case. The reads get a lot faster from the local RAM, but you loose a
  17. little by having to write there too. My guess it that it would be well worth
  18. doing.
  19.  
  20. Scrolling 4 Mbyte example using your figures (approximate calculations):
  21.  
  22. Normal way:
  23. read standard, write standard => about 1 + 1 = 2 seconds
  24.  
  25. My way:
  26. read fast, write fast and standard => 0.1 + 0.25 + 1 = 1.35 seconds
  27.  
  28.  
  29. When bandwidth to standard RAM goes down for more demanding graphics modes
  30. 'my way' will asymptotically approach a speedup of 2!
  31.  
  32. > > Of course this would need a new or modified VDI, but it should be possible,
  33. > > I think. Doug?
  34. > > I'll definitely be trying this out with my GEM-DEU line drawing soon.
  35. > Yup and Bad Mood. :-)
  36.  
  37. It wouldn't do much good for BAD MOOD I'm afraid, since that never reads
  38. from standard RAM anyway.
  39.  
  40. > > Has anyone checked what kind of lines are available on that port?
  41. > Well, it's just to trace the lines! Happy tracing. :-)
  42.  
  43. I guess I've better have a go at that tonight then, since the card will
  44. hopefully be installed tomorrow.
  45.  
  46. -- 
  47.   Chalmers University   | Why are these |  e-mail:   rand@cd.chalmers.se
  48.      of Technology      |  .signatures  |            johan@rand.thn.htu.se
  49.                         | so hard to do |  WWW/ftp:  rand.thn.htu.se
  50.    Gothenburg, Sweden   |     well?     |            (MGIFv5, QLem, BAD MOOD)
  51.  
  52.